指定したセル範囲にオブジェクト配列を設定します。
シンタックス
'宣言
Overloads Function SetValue(Of )( _
ByVal As System.Integer, _
ByVal column As System.Integer, _
ByVal (,) As _
) As System.Boolean
System.bool SetValue<>(
System.int ,
System.int column,
[,]
)
パラメータ
- row
- セル範囲の開始の行インデックス。
- column
- セル範囲の開始の列インデックス。
- values
- 値を含む2次元のオブジェクト配列[row,column]
型パラメータ
- T
参照